home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / dosutils / tsbat50.zip / PUSHPATH.BAT < prev    next >
DOS Batch File  |  1990-01-14  |  156b  |  8 lines

  1. echo off
  2. echo Save the current path
  3. echo By Prof. Timo Salmi, ts@chyde.uwasa.fi, 14-Jan-90
  4. echo.
  5. set pushpath=%path%
  6. echo Saved PATH=%path%
  7. echo on
  8.